Skip to content

✨ Allow bitset to iterate unset bits - #409

Merged
elbeno merged 1 commit into
intel:mainfrom
elbeno:for-each-unset-bitset
Aug 7, 2026
Merged

✨ Allow bitset to iterate unset bits#409
elbeno merged 1 commit into
intel:mainfrom
elbeno:for-each-unset-bitset

Conversation

@elbeno

@elbeno elbeno commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Problem:

  • It's sometimes useful to iterate through the unset bits in a bitset; there is no easy way to do this.

Solution:

  • Allow for_each<unset_bit> to do this.

Problem:
- It's sometimes useful to iterate through the unset bits in a `bitset`; there
  is no easy way to do this.

Solution:
- Allow `for_each<unset_bit>` to do this.

@lukevalenty lukevalenty left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice interface and feature

@elbeno
elbeno merged commit 49c5763 into intel:main Aug 7, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants